home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global theVCRButtons, Descrip
- mCancelPlay(theVCRButtons)
- mCancelFastFwd(theVCRButtons)
- buttonDown(Descrip, the number of cast "DescNorm", the number of cast "DescHiLite")
- end
-
- on mouseUp
- global Descrip, Plane
- set test to buttonUp(Descrip)
- if test then
- sound playFile 1, the pathName & "P" & string(Plane) & ":Audio:Descrip.aif"
- repeat while soundBusy(1)
- if the mouseDown then
- sound stop 1
- exit repeat
- end if
- end repeat
- end if
- end
-